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


ISchematicRelationshipRule.OffsetAngle Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

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(
  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