IsValid Method


Determines whether a DirectShapeTypeOptions is internally consistent (valid).

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2021

Syntax

C#
public bool IsValid()
Visual Basic
Public Function IsValid As Boolean
Visual C++
public:
bool IsValid()

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