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