SetShape Method


OverloadĀ List

Name Description
Public method SetShape(IList GeometryObject )
Builds the shape of this object from the supplied collection of GeometryObjects. The objects are copied. If the new shape is identical to the old one, the old shape will be kept.
Public method SetShape(ShapeBuilder)
Sets the shape of this object to the one accumulated in the supplied Builder object. If the new shape is identical to the old one, the old shape will be kept.
Public method SetShape(IList GeometryObject , DirectShapeTargetViewType)
Builds the shape of this object from the supplied collection of GeometryObjects. The objects are copied. If the new shape is identical to the old one, the old shape will be kept.

See Also