Description
Removes an Exclusion Zone using the min and max lat/lon values. Lat/Lon Values use Latitude and Longitude Dimensions respectively.
Syntax
[Visual Basic .NET] |
---|
Public Sub RemoveExclZone( _
ByVal MinLat As System.Object, _
ByVal MinLon As System.Object, _
ByVal MaxLat As System.Object, _
ByVal MaxLon As System.Object _
)
|
[C#] |
---|
public void RemoveExclZone(
System.Object MinLat,
System.Object MinLon,
System.Object MaxLat,
System.Object MaxLon
);
|
[Python - STK API ] |
---|
def RemoveExclZone(self, MinLat:typing.Any, MinLon:typing.Any, MaxLat:typing.Any, MaxLon:typing.Any) -> None:
|
Parameters
Remarks
See Also