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


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

ISchematicAlgoRotateNodesAlongLinks.Offset Property

Rotation angle in degrees that is combined with the computed rotation angle to rotate the symbols nodes.

[Visual Basic .NET]
Public Property Offset As Double
[C#]
public double Offset {get; set;}
[C++]
HRESULT get_Offset(
  double pOffset
);
[C++]
HRESULT put_Offset(
  System.Double* pOffset
);
[C++]
Parameters
pOffset [in]

pOffset is a parameter of type double pOffset [out, retval]
pOffset is a parameter of type double*

Product Availability

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

See Also

ISchematicAlgoRotateNodesAlongLinks Interface