SetLineInfo Method (IDrSection)
Sets the location (both position and arrow heads) of the section line.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetLineInfo( _
ByVal VLineInfo As System.Object _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDrSection
Dim VLineInfo As System.Object
Dim value As System.Boolean
value = instance.SetLineInfo(VLineInfo) |
C# | |
---|
System.bool SetLineInfo(
System.object VLineInfo
) |
C++/CLI | |
---|
System.bool SetLineInfo(
& System.Object^ VLineInfo
) |
Parameters
- VLineInfo
- Array (see Remarks)
Remarks
See Also