AcSmProjectPointLocationsClassGetLocation Method
|
Namespace: BricscadSm
Assembly: Interop.BricscadSm (in
Interop.BricscadSm.dll) Version: 21.0.0.0
Syntax
public virtual void GetLocation(
string locationName,
out AcSmProjectPointLocation location
)
Public Overridable Sub GetLocation (
locationName As String,
<OutAttribute> ByRef location As AcSmProjectPointLocation
)
public:
virtual void GetLocation(
[InAttribute] String^ locationName,
[OutAttribute] AcSmProjectPointLocation^% location
)
abstract GetLocation :
locationName : string *
location : AcSmProjectPointLocation byref -> unit
override GetLocation :
locationName : string *
location : AcSmProjectPointLocation byref -> unit
Parameters
- locationName
- Type: SystemString
- location
- Type: BricscadSmAcSmProjectPointLocation
Implements
IAcSmProjectPointLocationsGetLocation(String, AcSmProjectPointLocation)
See Also