 | CIPJSetCrookedSectionView Method |
Set up the crooked section view.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetCrookedSectionView(
CVV dist_vv,
CVV xvv,
CVV yvv,
int log_z
)
public void SetCrookedSectionView(
CVV dist_vv,
CVV xvv,
CVV yvv,
int log_z
)
Public Sub SetCrookedSectionView (
dist_vv As CVV,
xvv As CVV,
yvv As CVV,
log_z As Integer
)
Public Sub SetCrookedSectionView (
dist_vv As CVV,
xvv As CVV,
yvv As CVV,
log_z As Integer
)
public:
void SetCrookedSectionView(
CVV^ dist_vv,
CVV^ xvv,
CVV^ yvv,
int log_z
)
public:
void SetCrookedSectionView(
CVV^ dist_vv,
CVV^ xvv,
CVV^ yvv,
int log_z
)
member SetCrookedSectionView :
dist_vv : CVV *
xvv : CVV *
yvv : CVV *
log_z : int -> unit
member SetCrookedSectionView :
dist_vv : CVV *
xvv : CVV *
yvv : CVV *
log_z : int -> unit
Parameters
- dist_vv
- Type: GeoEngine.Core.GXNetXCVV
Section X locations (e.g. distance along the curve) - xvv
- Type: GeoEngine.Core.GXNetXCVV
True X - yvv
- Type: GeoEngine.Core.GXNetXCVV
True Y - log_z
- Type: SystemInt32
Use logarithmic Y-axis (usually for data profiles) 0:No, 1:Yes
Remarks
A non-plane section. It is a vertical section which curves along a path in
(X, Y).
See Also