Supports3DReference Property
Gets a value indicating whether this
IReferenceSource object supports 3D-Reference.
bool Supports3DReference {get;}
'Declaration
ReadOnly Property Supports3DReference As Boolean
'Usage
Dim instance As IReferenceSource
Dim value As Boolean
value = instance.Supports3DReference
Property Value
true
if this
IReferenceSource object supports 3D-Reference; otherwise,
false
.