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


ISchematicAttributeManagement.IsPredefined Property (ArcObjects .NET 10.5 SDK)
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