InsertCustomSymbol2 Method (IDrawingDoc)
Obsolete. Superseded by ISketchManager::InsertSketchBlockInstance.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertCustomSymbol2( _
ByVal FileName As System.String _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IDrawingDoc
Dim FileName As System.String
Dim value As System.Object
value = instance.InsertCustomSymbol2(FileName) |
C# | |
---|
System.object InsertCustomSymbol2(
System.string FileName
) |
C++/CLI | |
---|
System.Object^ InsertCustomSymbol2(
& System.String^ FileName
) |
Parameters
- FileName
-
See Also