IGetNotes Method (ICustomSymbol)
Obsolete. Superseded by ISketchBlockDefinition::IGetNotes.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetNotes( _
ByVal Count As System.Integer _
) As Note |
Visual Basic (Usage) | |
---|
Dim instance As ICustomSymbol
Dim Count As System.Integer
Dim value As Note
value = instance.IGetNotes(Count) |
C# | |
---|
Note IGetNotes(
System.int Count
) |
C++/CLI | |
---|
Note^ IGetNotes(
& System.int Count
) |
Parameters
- Count
-
See Also