Property that represents the wall
length.
Namespace: Teigha.Aec.Arch.DatabaseServices
Assembly: TA_MgdArch (in TA_MgdArch.dll)
Version: 0.0.0.0
Syntax
 
public double Length { get; set; }
 
Public Property Length As Double
        Get
        Set
 
public:
property double Length {
        double get ();
        void set (double value);
}
 
member Length : float with get, set
 
 
 
Property Value
Double
 
See Also