 | CIPJGetCrookedSectionViewVVs Method |
Get the crooked section path.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetCrookedSectionViewVVs(
CVV dist_vv,
CVV xvv,
CVV yvv,
ref int log_z
)
public void GetCrookedSectionViewVVs(
CVV dist_vv,
CVV xvv,
CVV yvv,
ref int log_z
)
Public Sub GetCrookedSectionViewVVs (
dist_vv As CVV,
xvv As CVV,
yvv As CVV,
ByRef log_z As Integer
)
Public Sub GetCrookedSectionViewVVs (
dist_vv As CVV,
xvv As CVV,
yvv As CVV,
ByRef log_z As Integer
)
public:
void GetCrookedSectionViewVVs(
CVV^ dist_vv,
CVV^ xvv,
CVV^ yvv,
int% log_z
)
public:
void GetCrookedSectionViewVVs(
CVV^ dist_vv,
CVV^ xvv,
CVV^ yvv,
int% log_z
)
member GetCrookedSectionViewVVs :
dist_vv : CVV *
xvv : CVV *
yvv : CVV *
log_z : int byref -> unit
member GetCrookedSectionViewVVs :
dist_vv : CVV *
xvv : CVV *
yvv : CVV *
log_z : int byref -> 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
RemarksReturns the orignal VVs used to set up the crooked section path.
See Also