DirectShape.AreValidDirectShapeReferenceOptions Method

DirectShapeAreValidDirectShapeReferenceOptions Method

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.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool AreValidDirectShapeReferenceOptions(
	DirectShapeReferenceOptions options
)
Public Function AreValidDirectShapeReferenceOptions ( 
	options As DirectShapeReferenceOptions
) As Boolean
public:
bool AreValidDirectShapeReferenceOptions(
	DirectShapeReferenceOptions^ options
)
member AreValidDirectShapeReferenceOptions : 
        options : DirectShapeReferenceOptions -> bool 

Parameters

options  DirectShapeReferenceOptions
The options to test.

Return Value

Boolean
True if the options can be used to add a reference object to this DirectShape.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also