This page contains reference documentation for the Northing member. This data member sets or gets the NORTHING parameter.
double Northing;
Examples are as follows:
GeographicTextureModifier editGeographicTextureModifier = new GeographicTexture; // Configure the modifier Northing parameter. This value must be set in projected units. editGeographicTextureModifier.Northing = 0; editGeographicTextureModifier.Northing = 500000;
For sample code: