v2.26
IRouteParams Interface Reference

The parameters of the route. More...

Inheritance diagram for IRouteParams:

Public Member Functions

HRESULT GetContour ([out, retval] ICurve3D **ppContour)
 Returns the contour of the route.
 
HRESULT GetJointCount ([out, retval] int *pCount)
 Returns the number of joints in the route.
 
HRESULT GetJointParams (int index, [out, retval] RouteJointParams *ppRouteJoint)
 Gets a joint by the given index.
 
HRESULT GetObjectOnRouteCount ([out, retval] int *pCount)
 Returns the number of objects (accessories, fittings) on the route.
 
HRESULT GetObjectOnRoutePlacement (int index, [out, retval] IObjectOnRoutePlacement **ppObjectOnRoutePlacement)
 Gets the placement of an object on the route by the given index.
 

Properties

int SourceModelObjectId [get]
 Returns the source model object identifier of the route.
 
int TargetModelObjectId [get]
 Returns the target model object identifier of the route.
 
int SystemStyleId [get]
 Returns the system style id.
 

Detailed Description

The parameters of the route.