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


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

ISchematicFeatureRemovalRule.Description Property

Description of the schematic feature removal rule.

[Visual Basic .NET]
Public WriteOnly Property Description
[C#]
public void Description {set;}
[C++]
HRESULT put_Description(
  BSTR 
);
[C++]
Parameters
 [in]

is a parameter of type BSTR

Product Availability

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

See Also

ISchematicFeatureRemovalRule Interface