GetMarkerBobUpAndDown
Внешний вид
Gets "bobUpAndDown" from the marker created with CreateMarker.
bool NAPI.Marker.GetMarkerBobUpAndDown(NetHandle marker);
Parameters
- marker: Parameter input should be in NetHandle type.
Returns
- bool: If bobUpAndDown is true.
Example
<syntaxhighlight lang="csharp"> NAPI.Marker.GetMarkerBobUpAndDown(marker); </syntaxhighlight>