IGraphSite.GetDisplayOrder(VGLayoutObject, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void GetDisplayOrder(Microsoft::VisualStudio::Modeling::Diagrams::GraphObject::VGLayoutObject ^ layoutItem, [Runtime::InteropServices::Out] double % order);
public void GetDisplayOrder (Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGLayoutObject layoutItem, out double order);
abstract member GetDisplayOrder : Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGLayoutObject * double -> unit
Public Sub GetDisplayOrder (layoutItem As VGLayoutObject, ByRef order As Double)
Parameters
- layoutItem
- VGLayoutObject
- order
- Double