C# Class SolidworksAddinFramework.ComponentExtensions.ExternalReferenceInfo

Show file Open project: Weingartner/SolidworksAddinFramework

Public Properties

Property Type Description
ComponentPathName string
ConfigName string
ConfigOption swExternalFileReferencesConfig_e
DataType string
FeatCom string
Feature string
ModelPathName string
RefEntity string
Status swExternalReferenceStatus_e

Public Methods

Method Description
ExternalReferenceInfo ( string modelPathName, string componentPathName, string feature, string dataType, swExternalReferenceStatus_e status, string refEntity, string featCom, swExternalFileReferencesConfig_e configOption, string configName ) : SolidWorks.Interop.sldworks

Method Details

ExternalReferenceInfo() public method

public ExternalReferenceInfo ( string modelPathName, string componentPathName, string feature, string dataType, swExternalReferenceStatus_e status, string refEntity, string featCom, swExternalFileReferencesConfig_e configOption, string configName ) : SolidWorks.Interop.sldworks
modelPathName string
componentPathName string
feature string
dataType string
status swExternalReferenceStatus_e
refEntity string
featCom string
configOption swExternalFileReferencesConfig_e
configName string
return SolidWorks.Interop.sldworks

Property Details

ComponentPathName public property

Path and name of the referenced part or component
public string ComponentPathName
return string

ConfigName public property

Name of the configuration when ConfigOption is swExternalFileReferencesNamedConfig
public string ConfigName
return string

ConfigOption public property

Configuration option
public swExternalFileReferencesConfig_e ConfigOption
return swExternalFileReferencesConfig_e

DataType public property

Data used to create the items (converted edge or face, converted or offset sketch entity, body, and so on)
public string DataType
return string

FeatCom public property

Name of the component in which the affected feature exists; this information is only displayed when one or more RefEntity is in a different component in an assembly and does not apply to derived parts
public string FeatCom
return string

Feature public property

In-context items (sketches, features, and so on)
public string Feature
return string

ModelPathName public property

Path and name of the part or assembly
public string ModelPathName
return string

RefEntity public property

Actual item being used and the name of the document that contains the item
public string RefEntity
return string

Status public property

Status of external reference
public swExternalReferenceStatus_e Status
return swExternalReferenceStatus_e