This document is archived and information here might be outdated. Recommended version. |
Indicates whether or not the schematic builder rule is active.
[Visual Basic .NET]
Public Property IsActive As Boolean
[C#]
public bool IsActive {get; set;}
[C++]
HRESULT get_IsActive(
Boolean* Active
);
[C++]
HRESULT put_IsActive(
VARIANT_BOOL Active
);
[C++] Parameters Active [out, retval]
Active is a parameter of type bool* Active [in]
Active is a parameter of type bool