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


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

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(
  System.Int32* 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