[]
Contains a structure attribute's (Attr object) class name and its revision.
public class AttrClsRevision : RevisionItem, IOwnedObject
Initializes a new instance of the AttrClsRevision class.
public AttrClsRevision(string attrClsName, int revision = 0)
attrClsName
stringThe attribute class name.
revision
intThe revision of attribute, 0 by default.
Gets the attribute class.
public string AttrClsName { get; set; }
Gets the AttrRevisionCollection containing this object.
public AttrClsRevisionCollection Owner { get; }
Gets the StructElement owning this object.
public StructElement StructElement { get; }