IAcSmProjectPointLocationsRemoveLocation Method
|
Namespace: BricscadSm
Assembly: Interop.BricscadSm (in
Interop.BricscadSm.dll) Version: 21.0.0.0
Syntax
void RemoveLocation(
AcSmProjectPointLocation location
)
Sub RemoveLocation (
location As AcSmProjectPointLocation
)
void RemoveLocation(
[InAttribute] AcSmProjectPointLocation^ location
)
abstract RemoveLocation :
location : AcSmProjectPointLocation -> unit
Parameters
- location
- Type: BricscadSmAcSmProjectPointLocation
See Also