<Code Lib>
2021 Method
Changes 0
M

ViewShapeBuilder.ValidateShape

Description:
Validates a shape represented as a collection of geometry objects for use as a view-specific shape. The objects are expected to be either points, curves or polylines.

public static bool ValidateShape(
	IList<GeometryObject> shape,
	DirectShapeTargetViewType targetViewType
)

Return Value bool Returns true if %shape% may be used as a view-specific shape representation, false otherwise.

Loading…