 | CIPJSetDepthSectionView Method |
Set depth section orientation parameters
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetDepthSectionView(
double depth
)
public void SetDepthSectionView(
double depth
)
Public Sub SetDepthSectionView (
depth As Double
)
Public Sub SetDepthSectionView (
depth As Double
)
public:
void SetDepthSectionView(
double depth
)
public:
void SetDepthSectionView(
double depth
)
member SetDepthSectionView :
depth : float -> unit
member SetDepthSectionView :
depth : float -> unit
Parameters
- depth
- Type: SystemDouble
View Y value for Depth = 0.0.
See Also