DgnImageSubUnitType Property |
Gets current sub-unit type.
Namespace:
Aspose.CAD.FileFormats.Dgn
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic UnitType SubUnitType { get; }
Public ReadOnly Property SubUnitType As UnitType
Get
public:
property UnitType SubUnitType {
UnitType get ();
}
member SubUnitType : UnitType with get
Property Value
Type:
UnitType
See Also