DirectShapeTypeOptionsIsValid Method

Determines whether a DirectShapeTypeOptions is internally consistent (valid).

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsValid()

Return Value

Boolean
Remarks
This is currently a placeholder and always returns true. Will be made public_api and a validator when it does something useful.
See Also