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


ISchematicBuilderRule.IsActive Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicBuilderRule Interface > ISchematicBuilderRule.IsActive Property
ArcGIS Developer Help

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(
  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

Product Availability

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

See Also

ISchematicBuilderRule Interface