NX Open C++ Reference Guide
Public Member Functions | Public Attributes | List of all members
NXOpen::Diagramming::Tables::SizedSymbol Struct Reference

Represents sized symbol information. More...

Public Member Functions

 SizedSymbol (double paddingFromLastSymbolInitial, NXOpen::TaggedObject *symbolInitial, double heightInitial, double widthInitial)
 Constructor for the SizedSymbol struct. More...
 

Public Attributes

double Height
 The symbol height. More...
 
double PaddingFromLastSymbol
 Padding from last symbol. More...
 
NXOpen::TaggedObjectSymbol
 The symbol. More...
 
double Width
 The symbol width. More...
 

Detailed Description

Represents sized symbol information.


Created in NX10.0.0.

Constructor & Destructor Documentation

NXOpen::Diagramming::Tables::SizedSymbol::SizedSymbol ( double  paddingFromLastSymbolInitial,
NXOpen::TaggedObject symbolInitial,
double  heightInitial,
double  widthInitial 
)

Constructor for the SizedSymbol struct.

Parameters
paddingFromLastSymbolInitialPadding from last symbol
symbolInitialThe symbol
heightInitialThe symbol height
widthInitialThe symbol width

Member Data Documentation

double NXOpen::Diagramming::Tables::SizedSymbol::Height

The symbol height.

double NXOpen::Diagramming::Tables::SizedSymbol::PaddingFromLastSymbol

Padding from last symbol.

NXOpen::TaggedObject* NXOpen::Diagramming::Tables::SizedSymbol::Symbol

The symbol.

double NXOpen::Diagramming::Tables::SizedSymbol::Width

The symbol width.


The documentation for this struct was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.