 | CMETAIGetAttribString Method (Int32, Int32, String, Int32) |
Get a string value to an attribute
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic void IGetAttribString(
int ph_object,
int ph_attrib,
ref string value,
int size
)
public void IGetAttribString(
int ph_object,
int ph_attrib,
ref string value,
int size
)
Public Sub IGetAttribString (
ph_object As Integer,
ph_attrib As Integer,
ByRef value As String,
size As Integer
)
Public Sub IGetAttribString (
ph_object As Integer,
ph_attrib As Integer,
ByRef value As String,
size As Integer
)
public:
void IGetAttribString(
int ph_object,
int ph_attrib,
String^% value,
int size
)
public:
void IGetAttribString(
int ph_object,
int ph_attrib,
String^% value,
int size
)
member IGetAttribString :
ph_object : int *
ph_attrib : int *
value : string byref *
size : int -> unit
member IGetAttribString :
ph_object : int *
ph_attrib : int *
value : string byref *
size : int -> unit
Parameters
- ph_object
- Type: SystemInt32
Object - ph_attrib
- Type: SystemInt32
Attribute - value
- Type: SystemString
String value to get - size
- Type: SystemInt32
Length of string
See Also