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


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

ISchematicRelationshipRule.OffsetDistance Property

Value of the offset distance.

[Visual Basic .NET]
Public Property OffsetDistance As Double
[C#]
public double OffsetDistance {get; set;}
[C++]
HRESULT get_OffsetDistance(
  System.Double* OffsetDistance
);
[C++]
HRESULT put_OffsetDistance(
  double OffsetDistance
);
[C++]
Parameters
OffsetDistance [out, retval]

OffsetDistance is a parameter of type double* OffsetDistance [in]
OffsetDistance is a parameter of type double

Product Availability

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

See Also

ISchematicRelationshipRule Interface