'Declaration
Public ReadOnly Property Extrusion3D As Boolean
'Usage
Dim instance As GeometryDrawing Dim value As Boolean value = instance.Extrusion3D
public bool Extrusion3D {get;}
Property Value
true
if the use of 3D extrusions are possible on this path; otherwise, false
.