IGetVisualProperties Method (IAnnotation)
Gets the visual properties of this annotation.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetVisualProperties() As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IAnnotation
Dim value As System.Integer
value = instance.IGetVisualProperties() |
C# | |
---|
System.int IGetVisualProperties() |
C++/CLI | |
---|
System.int IGetVisualProperties(); |
Return Value
VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Remarks
See Also