<Code Lib>
2026 Method
Changes 4
M

DirectShape.AreValidDirectShapeReferenceOptions

Description:
Validates that the input DirectShapeReferenceOptions are suitable for creating a direct shape reference object. If the options specify an ExternalGeometryId, it must not correspond to any existing reference object belonging to the DirectShape.

public bool AreValidDirectShapeReferenceOptions(
	DirectShapeReferenceOptions options
)

Return Value Boolean True if the options can be used to add a reference object to this DirectShape.

Loading…