SoLDMGeometryGetGeometry Method |
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void GetGeometry(
out SoLDMGeomElement[] geomElements
)
Public Sub GetGeometry (
<OutAttribute> ByRef geomElements As SoLDMGeomElement()
)
public:
void GetGeometry(
[OutAttribute] array<SoLDMGeomElement^>^% geomElements
)
member GetGeometry :
geomElements : SoLDMGeomElement[] byref -> unit
Parameters
- geomElements
- Type: OIV.LDMSoLDMGeomElement
See Also