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


IPropertyInfo2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPropertyInfo2 Interface
ArcGIS Developer Help

IPropertyInfo2 Interface

Information about properties of graphic features.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read-only property AliasName Name from the layer's field.
Read-only property Domain The default domain of the property.
Read-only property Editable Indicates if the property is editable.
Read-only property IsNullable Indicates if the property can contain null values.
Read-only property Length Property length.
Read-only property ModelName Property Model Name.
Read-only property Name Property name.
Read-only property Type The type of the property.

Inherited Interfaces

Interfaces Description
IPropertyInfo Information about properties of graphic features.

Classes that implement IPropertyInfo2

Classes Description
PropertyInfo PropertyInfo co-class.