SoProfilelinkage Property |
Specifies connectivity of profile curve with respect to profiles in current list in state.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFEnum<SoProfileProfiles> linkage { get; }
Public ReadOnly Property linkage As SoSFEnum(Of SoProfileProfiles)
Get
public:
property SoSFEnum<SoProfileProfiles>^ linkage {
SoSFEnum<SoProfileProfiles>^ get ();
}
member linkage : SoSFEnum<SoProfileProfiles> with get
Property Value
Type:
SoSFEnumSoProfileProfilesRemarks . Default is START_FIRST.
See Also