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 Object _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDrSection
Dim VLineInfo As Object
Dim value As Boolean
value = instance.SetLineInfo(VLineInfo)
|
C++/CLI | |
---|
bool SetLineInfo(
& Object^ VLineInfo
) |
Parameters
- VLineInfo
- Array (see Remarks)
Remarks
See Also