AcSmProjectPointLocationClassSetResourceType Method
|
Namespace: BricscadSm
Assembly: BricscadSm (in BricscadSm.dll)
Version: 26.0.0.0
Syntax
public virtual void SetResourceType(
int type
)
Public Overridable Sub SetResourceType (
type As Integer
)
public:
virtual void SetResourceType(
[InAttribute] int type
)
abstract SetResourceType :
type : int -> unit
override SetResourceType :
type : int -> unit
Parameters
- type Int32
-
Implements
IAcSmProjectPointLocation2SetResourceType(Int32)
See Also