DgnImageIs3DImage Property |
Gets a value indicating whether file is 3D or not
Namespace:
Aspose.CAD.FileFormats.Dgn
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax public bool Is3DImage { get; }
Public ReadOnly Property Is3DImage As Boolean
Get
public:
property bool Is3DImage {
bool get ();
}
member Is3DImage : bool with get
Property Value
Type:
BooleanSee Also