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


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

ISchematicAlgoGrid.OriginX Property

Horizontal coordinate for the origin of the grid.

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

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

Product Availability

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

See Also

ISchematicAlgoGrid Interface