This document is archived and information here might be outdated.  Recommended version.


ISchematicBuilderRule.IsActive Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicBuilderRule.IsActive Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicBuilderRule Interface