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


ISchematicExpandLinksByAttributeRule.FieldFormat Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicExpandLinksByAttributeRule.FieldFormat Property

Format of the field giving the number of expected expanded links.

[Visual Basic .NET]
Public Property FieldFormat As Integer
[C#]
public int FieldFormat {get; set;}
[C++]
HRESULT get_FieldFormat(
  long* FieldFormat
);
[C++]
HRESULT put_FieldFormat(
  long FieldFormat
);
[C++]

Parameters FieldFormat [out, retval] FieldFormat is a parameter of type long FieldFormat [in] FieldFormat is a parameter of type long

Product Availability

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

See Also

ISchematicExpandLinksByAttributeRule Interface