Toolbars Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::Toolbars.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub Toolbars( _
ByVal M As System.Boolean, _
ByVal Vw As System.Boolean, _
ByVal SkMain As System.Boolean, _
ByVal Sk As System.Boolean, _
ByVal Feat As System.Boolean, _
ByVal Constr As System.Boolean, _
ByVal Macro As System.Boolean _
) |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
Dim M As System.Boolean
Dim Vw As System.Boolean
Dim SkMain As System.Boolean
Dim Sk As System.Boolean
Dim Feat As System.Boolean
Dim Constr As System.Boolean
Dim Macro As System.Boolean
instance.Toolbars(M, Vw, SkMain, Sk, Feat, Constr, Macro) |
C# | |
---|
void Toolbars(
System.bool M,
System.bool Vw,
System.bool SkMain,
System.bool Sk,
System.bool Feat,
System.bool Constr,
System.bool Macro
) |
C++/CLI | |
---|
void Toolbars(
& System.bool M,
& System.bool Vw,
& System.bool SkMain,
& System.bool Sk,
& System.bool Feat,
& System.bool Constr,
& System.bool Macro
) |
Parameters
- M
-
- Vw
-
- SkMain
-
- Sk
-
- Feat
-
- Constr
-
- Macro
-
See Also