Description:
Syntax:
public bool ModifyGeometry(
int idefIndex,
GeometryBase newGeometry,
ObjectAttributes newAttributes
)
Returns:
Type: bool
Available since:
5.0

Description:

Modifies the instance definition geometry and replaces all references to the current definition with references to the new definition.

Syntax:
public bool ModifyGeometry(
int idefIndex,
IEnumerable<GeometryBase> newGeometry,
IEnumerable<ObjectAttributes> newAttributes
)
Parameters:
  • idefIndex
  • Type: int
  • The index of the instance definition to be modified.
  • newGeometry
  • Type: IEnumerable<GeometryBase>
  • The new geometry.
  • newAttributes
  • Type: IEnumerable<ObjectAttributes>
  • The new attributes.
Returns:
Type: bool
True if operation succeeded.
Available since:
5.0

Description:
Syntax:
public bool ModifyGeometry(
int idefIndex,
IEnumerable<GeometryBase> newGeometry
)
Returns:
Type: bool
Available since:
5.0

Nothing found