DrawableDescParent Property
 | 
Namespace: Teigha.GraphicsSystem
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
 
public ValueType Parent { get; }
 
Public ReadOnly Property Parent As ValueType
        Get
 
public:
property ValueType^ Parent {
        ValueType^ get ();
}
 
member Parent : ValueType with get
 
 
 
Property Value
ValueType
 
See Also