SIFWorks ADK 2.0
ElementDef Property
NamespacesEdustructures.SifWorksElementElementDef

[This is preliminary documentation and is subject to change.]

Gets the metadata for this Element
Declaration Syntax
C#Visual BasicVisual C++
public virtual IElementDef ElementDef{ get; set;}
Public Overridable Property ElementDef As IElementDef
public:
virtual property IElementDef^ ElementDef {
	IElementDef^ get ();
	void set (IElementDef^ value);
}
Value
an IElementDef that describes this Element
Remarks
Sets the metadata for this Element.
Note: this method should not generally be called by agents because the IElementDef metadata is established in the constructor. It is provided in order to support the dynamic creation of Element instances by clients that do not (or cannot) use reflection to call the default constructor. These clients can call the Class.newInstance method followed by setElementDef to construct an Element dynamically.

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10