<Code Lib>
M

DirectShapeType.IsValidShape(ExternallyTaggedGeometryObject)

Description:
Validates shape to be stored in a DirectShapeType.
Remarks:
This function uses the same criteria as IsValidShape(GeometryObject).
Overloads (3):

public bool IsValidShape(
	ExternallyTaggedGeometryObject externallyTaggedGeometry
)

Return Value Boolean True if the supplied shape passes the validation criteria.

Loading…