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


ISchematicRelationshipRule.OffsetAngle 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.OffsetAngle Property
ArcGIS Developer Help

ISchematicRelationshipRule.OffsetAngle Property

Angle of offset at start.

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

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

Product Availability

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

See Also

ISchematicRelationshipRule Interface