AcSmProjectPointLocationClassGetResourceType Method
|
Namespace: BricscadSm
Assembly: BricscadSm (in BricscadSm.dll)
Version: 26.0.0.0
Syntax
public virtual void GetResourceType(
out int type
)
Public Overridable Sub GetResourceType (
<OutAttribute> ByRef type As Integer
)
public:
virtual void GetResourceType(
[OutAttribute] int% type
)
abstract GetResourceType :
type : int byref -> unit
override GetResourceType :
type : int byref -> unit
Parameters
- type Int32
-
Implements
IAcSmProjectPointLocation2GetResourceType(Int32)
See Also