Click or drag to resize

Metodo QsHelperPropertiesCompileProperty

Setta l'attributo con il valore fornito in ingresso. Viene tulizzata sia per il settaggio delle proprietà dell'utente sia per le proprietà standard di Inventor.

Namespace: InvNetLib.FutureLibrary
Assembly: InvNetLib (in InvNetLib.dll) Versione: 27.1.0
Sintassi
C#
public static bool CompileProperty(
	PropertySets oPropertySets,
	string propertySetInternalName,
	string propertyName,
	Object propertyVal
)

Parametri

oPropertySets  PropertySets
The o property sets.
propertySetInternalName  String
Name of the property set internal.
propertyName  String
Name of the property.
propertyVal  Object
The property value.

Valore di ritorno

Boolean

[Manca la documentazione <returns> per "M:InvNetLib.FutureLibrary.QsHelperProperties.CompileProperty(Inventor.PropertySets,System.String,System.String,System.Object)"]

Vedi anche