STK ObjectsSend comments on this topic.
TerrainNorm Property (IAgFacility)
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 * pType
);
public: HRESULT put_TerrainNorm(
    AgETerrainNormType pType
);
[Java]
public AgETerrainNormType getTerrainNorm();
public void setTerrainNorm(
    AgETerrainNormType
);
[Python - STK API ]
@property
def TerrainNorm(self) -> "AgETerrainNormType":

@TerrainNorm.setter
def TerrainNorm(self, pType:"AgETerrainNormType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.