 | CMVUiExportableDXF3DGroupsLST Method |
Return a LST of groups you can export using sExportDXF3D_MVU.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static int iExportableDXF3DGroupsLST(
CGXNETCore gxNetShared,
CMVIEW mview,
CLST lst
)
public static int iExportableDXF3DGroupsLST(
CGXNETCore gxNetShared,
CMVIEW mview,
CLST lst
)
Public Shared Function iExportableDXF3DGroupsLST (
gxNetShared As CGXNETCore,
mview As CMVIEW,
lst As CLST
) As Integer
Public Shared Function iExportableDXF3DGroupsLST (
gxNetShared As CGXNETCore,
mview As CMVIEW,
lst As CLST
) As Integer
public:
static int iExportableDXF3DGroupsLST(
CGXNETCore^ gxNetShared,
CMVIEW^ mview,
CLST^ lst
)
public:
static int iExportableDXF3DGroupsLST(
CGXNETCore^ gxNetShared,
CMVIEW^ mview,
CLST^ lst
)
static member iExportableDXF3DGroupsLST :
gxNetShared : CGXNETCore *
mview : CMVIEW *
lst : CLST -> int
static member iExportableDXF3DGroupsLST :
gxNetShared : CGXNETCore *
mview : CMVIEW *
lst : CLST -> int
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - mview
- Type: GeoEngine.Core.GXNetXCMVIEW
View - lst
- Type: GeoEngine.Core.GXNetXCLST
LST with group names in the name part of the LST.
Return Value
Type:
Int32The number of groups in the LST.
Remarks
Returns a list of visible groups that the DXF 3D export can
export. Removes things like VOXD, AGG, and target
groups starting with "Dh", which are typically plotted in 3D
views on a reference plan oriented toward the user, and thus
not exportable.
See Also