 | CMVIEWiIsSection Method |
Is the view a section view?
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iIsSection()
public int iIsSection()
Public Function iIsSection As Integer
Public Function iIsSection As Integer
public:
int iIsSection()
public:
int iIsSection()
member iIsSection : unit -> int
member iIsSection : unit -> int
Return Value
Type:
Int32TRUE if view is a section view.
Remarks
Section views are recognized because their projection contains one of the following orientations:
<define>IPJ_ORIENT_SECTION</define> - Target-type sections with Z projection horizontally
<define>IPJ_ORIENT_SECTION_NORMAL</define> - Like <define>IPJ_ORIENT_SECTION</define>, but Z projects
perpendicular to the secton plane.
<define>IPJ_ORIENT_SECTION_CROOKED</define> - Crooked sections
<define>IPJ_ORIENT_3D</define> - Some Sections extracted from a voxel - e.g. VoxelToGrids,
as the voxel can have any orientation in 3D.
See Also