Subelement.GetGeometryObject
Description:
Retrieve one geometric primitive representing given subelement.
Retrieve one geometric primitive representing given subelement.
Remarks:
In case of whole element, geometric object representing element and its subelements will be returned. .a null reference (Nothing in Visual Basic) will be returned if related geometric object could not be found in the model.
In case of whole element, geometric object representing element and its subelements will be returned. .a null reference (Nothing in Visual Basic) will be returned if related geometric object could not be found in the model.
public GeometryObject GetGeometryObject(
View dbView
)
-
dbViewThe view for view-specific geometry or nulla null reference (Nothing in Visual Basic) for model geometry.