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