This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInitialPosition Interface > ISchematicInitialPosition.InitialYPosition Property (ArcObjects .NET 10.4 SDK) |
Initial Y position of the schematic node.
[Visual Basic .NET] Public Property InitialYPosition As Double
[C#] public double InitialYPosition {get; set;}
[C++]
HRESULT get_InitialYPosition(
double* Y
);
[C++]
HRESULT put_InitialYPosition(
double Y
);
[C++]
Parameters Y [out, retval] Y is a parameter of type double Y [in] Y is a parameter of type double