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