Exemplo n.º 1
0
 [DllImport(Abci.Lib, BestFitMapping = false, ThrowOnUnmappableChar = true)] public static extern aeProperty aeNewProperty(IntPtr self, string name, aePropertyType type);
Exemplo n.º 2
0
 public aeProperty NewProperty(string name, aePropertyType type)
 {
     return(NativeMethods.aeNewProperty(self, name, type));
 }
Exemplo n.º 3
0
 [DllImport("abci")] public static extern aeProperty  aeNewProperty(aeObject parent, string name, aePropertyType type);
Exemplo n.º 4
0
 [DllImport("abci")] static extern aeProperty aeNewProperty(IntPtr self, string name, aePropertyType type);
Exemplo n.º 5
0
 public aeProperty NewProperty(string name, aePropertyType type)
 {
     return(aeNewProperty(self, name, type));
 }
Exemplo n.º 6
0
 [DllImport("AlembicExporter")] public static extern aeProperty  aeNewProperty(aeObject parent, string name, aePropertyType type);