MemberComponentName Property
 | 
Property that represents the name of the
component.
Namespace: Teigha.Aec.Structural.DatabaseServices
Assembly: TA_MgdStructure (in
TA_MgdStructure.dll) Version: 0.0.0.0
Syntax
 
public string Name { get; set; }
 
Public Property Name As String
        Get
        Set
 
public:
property String^ Name {
        String^ get ();
        void set (String^ value);
}
 
member Name : string with get, set
 
 
 
Property Value
String
 
See Also