CADability dotNET
The list that contains this attribute (may also be null)

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
IAttributeList Parent { get; set; }
Visual Basic
Property Parent As IAttributeList
	Get
	Set
Visual C++
property IAttributeList^ Parent {
	IAttributeList^ get ();
	void set (IAttributeList^ value);
}

See Also