AGI STK Objects 11 Send comments on this topic.
TerrainNorm Property (IAgPlace)
See Also 





Description

The method for determining the normal to the local terrain.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TerrainNorm() As AgETerrainNormType

[C#]
public AgETerrainNormType TerrainNorm {get; set;}

[Managed C++]
public: __property AgETerrainNormType get_TerrainNorm();
public: __property void set_TerrainNorm(
AgETerrainNormType
);

[Unmanaged C++]
public: HRESULT get_TerrainNorm(
AgETerrainNormType * pRetVal
);
public: HRESULT put_TerrainNorm(
AgETerrainNormType NewTerrainNorm
);

[Java]
public AgETerrainNormType getTerrainNorm();public void setTerrainNorm(
AgETerrainNormType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1