This document is archived and information here might be outdated. Recommended version. |
Changes a geometry in a representation graphic.
[Visual Basic .NET] Public Sub ChangeGeometry ( _ ByVal ID As Integer, _ ByVal Geometry As IGeometry _ )
[C#] public void ChangeGeometry ( int ID, IGeometry Geometry );
[C++]
HRESULT ChangeGeometry(
long ID,
IGeometry* Geometry
);
[C++] Parameters ID [in]
ID is a parameter of type long Geometry [in]
Geometry is a parameter of type IGeometry*