 | CMETASetAttribString Method |
Set 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 SetAttribString(
int ph_object,
int ph_attrib,
string value
)
public void SetAttribString(
int ph_object,
int ph_attrib,
string value
)
Public Sub SetAttribString (
ph_object As Integer,
ph_attrib As Integer,
value As String
)
Public Sub SetAttribString (
ph_object As Integer,
ph_attrib As Integer,
value As String
)
public:
void SetAttribString(
int ph_object,
int ph_attrib,
String^ value
)
public:
void SetAttribString(
int ph_object,
int ph_attrib,
String^ value
)
member SetAttribString :
ph_object : int *
ph_attrib : int *
value : string -> unit
member SetAttribString :
ph_object : int *
ph_attrib : int *
value : string -> unit
Parameters
- ph_object
- Type: SystemInt32
Object - ph_attrib
- Type: SystemInt32
Attribute - value
- Type: SystemString
String value to set
See Also