AcadLoftedSurfaceClassNumCrossSections Property
 | 
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
 
public virtual int NumCrossSections { get; }
 
Public Overridable ReadOnly Property NumCrossSections As Integer
        Get
 
public:
virtual property int NumCrossSections {
        int get ();
}
 
abstract NumCrossSections : int with get
override NumCrossSections : int with get
 
 
 
Property Value
Int32
Implements
IAcadLoftedSurfaceNumCrossSections
 
See Also