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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.