Note: This API is now obsolete.
Namespace: Bricscad.Bim
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
[ObsoleteAttribute("This method is obsolete. Use the isValid property instead.")]
public bool IsValid()
<ObsoleteAttribute("This method is obsolete. Use the isValid property instead.")>
Public Function IsValid As Boolean
public:
[ObsoleteAttribute(L"This method is obsolete. Use the isValid property instead.")]
bool IsValid()
[<ObsoleteAttribute("This method is obsolete. Use the isValid property instead.")>]
member IsValid : unit -> bool
Return Value
Boolean
See Also