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