Indicates whether Cad Dataset is 3d.
[Visual Basic .NET] Public Property Is3d As Boolean
[C#] public bool Is3d {get; set;}
[C++]
HRESULT get_Is3d(
VARIANT_BOOL* Is3d
);
[C++]
HRESULT put_Is3d(
VARIANT_BOOL Is3d
);
[C++]Parameters
Is3d [out, retval] Is3d is a parameter of type VARIANT_BOOL Is3d [in] Is3d is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.