ArcObjects Library Reference (Schematic)  

ISchematicAttributeManagement.IsPredefined Property

Indicates whether or not the schematic attribute is predefined.

[Visual Basic .NET]
Public ReadOnly Property IsPredefined As Boolean
[C#]
public bool IsPredefined {get;}
[C++]
HRESULT get_IsPredefined(
  VARIANT_BOOL* IsPredefined
);
[C++]

Parameters

IsPredefined [out, retval]   IsPredefined is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISchematicAttributeManagement Interface