AcSmSheetClassSetIssuePurpose Method
|
Namespace: BricscadSm
Assembly: BricscadSm (in BricscadSm.dll)
Version: 26.0.0.0
Syntax
public virtual void SetIssuePurpose(
string newVal
)
Public Overridable Sub SetIssuePurpose (
newVal As String
)
public:
virtual void SetIssuePurpose(
[InAttribute] String^ newVal
)
abstract SetIssuePurpose :
newVal : string -> unit
override SetIssuePurpose :
newVal : string -> unit
Parameters
- newVal String
-
Implements
IAcSmSheet2SetIssuePurpose(String)
See Also