 | C3DNIGetAxisFont Method (String) |
Get the Axis font
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void IGetAxisFont(
ref string font
)
public void IGetAxisFont(
ref string font
)
Public Sub IGetAxisFont (
ByRef font As String
)
Public Sub IGetAxisFont (
ByRef font As String
)
public:
void IGetAxisFont(
String^% font
)
public:
void IGetAxisFont(
String^% font
)
member IGetAxisFont :
font : string byref -> unit
member IGetAxisFont :
font : string byref -> unit
Parameters
- font
- Type: SystemString
Font name
See Also