 | CMSTKDrawProfile Method |
Draw multiple profiles in map
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void DrawProfile(
CDB db,
int line,
CMAP map
)
public void DrawProfile(
CDB db,
int line,
CMAP map
)
Public Sub DrawProfile (
db As CDB,
line As Integer,
map As CMAP
)
Public Sub DrawProfile (
db As CDB,
line As Integer,
map As CMAP
)
public:
void DrawProfile(
CDB^ db,
int line,
CMAP^ map
)
public:
void DrawProfile(
CDB^ db,
int line,
CMAP^ map
)
member DrawProfile :
db : CDB *
line : int *
map : CMAP -> unit
member DrawProfile :
db : CDB *
line : int *
map : CMAP -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetXCDB
Database handle - line
- Type: SystemInt32
Database line - map
- Type: GeoEngine.Core.GXNetXCMAP
MAP handle
See Also