 | CLAYOUTGetRectName Method (Int32, String, Int32) |
Gets an optional name the current info for a rectangle or the parent layout
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetRectName(
int rect,
ref string name,
int size
)
public void GetRectName(
int rect,
ref string name,
int size
)
Public Sub GetRectName (
rect As Integer,
ByRef name As String,
size As Integer
)
Public Sub GetRectName (
rect As Integer,
ByRef name As String,
size As Integer
)
public:
void GetRectName(
int rect,
String^% name,
int size
)
public:
void GetRectName(
int rect,
String^% name,
int size
)
member GetRectName :
rect : int *
name : string byref *
size : int -> unit
member GetRectName :
rect : int *
name : string byref *
size : int -> unit
Parameters
- rect
- Type: SystemInt32
Rectangle to get info for (-1 for parent) - name
- Type: SystemString
Buffer for name of the rectangle - size
- Type: SystemInt32
Size of the Buffer
See Also