This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicBuilderRule Interface > ISchematicBuilderRule.IsActive Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL* Active
);
[C++]
HRESULT put_IsActive(
VARIANT_BOOL Active
);
[C++]
Parameters Active [out, retval] Active is a parameter of type VARIANT_BOOL Active [in] Active is a parameter of type VARIANT_BOOL