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