pCon.planner Plugin SDK  Version 8.9
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Public Member Functions | Properties | List of all members
X3g::Plugin::IVectorImage Class Reference

Vector Image. More...

Public Member Functions

void Save (System::IO::Stream^ pStream, VectorImageFormat pFormat)
 Saves the vector image to a stream in the specified format. More...
 
void Save (String^ pFileName, VectorImageFormat pFormat)
 Saves the vector image to a file in the specified format. More...
 
void SaveDwg (String^ pFileName, DocumentFileType pType, DocumentFileFormat pVersion)
 Saves the vector image to a file in dwg format. More...
 

Properties

Color DefaultLineColor
 Default line color is used for lines without individual line style. More...
 
double DefaultLineWidth
 Default line width is used for lines without individual line style. More...
 
bool OverrideLineColor
 Override individual line color with default. More...
 
bool OverrideLineWidth
 Override individual line width with default. More...
 

Detailed Description

Vector Image.

Member Function Documentation

void X3g::Plugin::IVectorImage::Save ( System::IO::Stream^  pStream,
VectorImageFormat  pFormat 
)

Saves the vector image to a stream in the specified format.

void X3g::Plugin::IVectorImage::Save ( String pFileName,
VectorImageFormat  pFormat 
)

Saves the vector image to a file in the specified format.

void X3g::Plugin::IVectorImage::SaveDwg ( String pFileName,
DocumentFileType  pType,
DocumentFileFormat  pVersion 
)

Saves the vector image to a file in dwg format.

Property Documentation

Color X3g::Plugin::IVectorImage::DefaultLineColor

Default line color is used for lines without individual line style.

double X3g::Plugin::IVectorImage::DefaultLineWidth

Default line width is used for lines without individual line style.

bool X3g::Plugin::IVectorImage::OverrideLineColor

Override individual line color with default.

bool X3g::Plugin::IVectorImage::OverrideLineWidth

Override individual line width with default.