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