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