IAcadModelSpaceUnits Property
 | 
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
 
AcInsertUnits Units { get; set; }
 
Property Units As AcInsertUnits
        Get
        Set
 
property AcInsertUnits Units {
        AcInsertUnits get ();
        void set (AcInsertUnits value);
}
 
abstract Units : AcInsertUnits with get, set
 
 
 
Property Value
AcInsertUnits
Implements
IAcadBlockUnits
 
See Also